home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / ffccflow / ffccflow.lha / ffccc+flow / ffccc / CUSARGS.h < prev    next >
Encoding:
Text File  |  1992-07-31  |  690 b   |  15 lines

  1. *IF DEF,NEVER   
  2. *-----------------------------------------------------------------------
  3. *   NARGS   = number of arguments passed to current module  
  4. *   CARGNMi = name of argument i
  5. *   CARGTYi = type of argument i (EG CHAR80, INTE2) 
  6. *   NARGDIi = number of dimensions of argument i
  7. *   CARGDIji= 1) lower bound for jth. dimension of argument i   
  8. *             2) upper bound for jth. dimension of argument i   
  9. *   NKALL   = number of CALL statements in module   
  10. *   CKALLNi = name of subroutine ith. CALLed
  11. *   KALLIFi = IF level of ith. subroutine CALLed
  12. *   KALLDOi = DO level of ith. subroutine CALLed
  13. *-----------------------------------------------------------------------
  14. *EI 
  15.